type github.com/jackc/pgx/v5/pgtype.encodePlanBitsCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L82: 		return encodePlanBitsCodecBinary{}
		bits.go#L90: type encodePlanBitsCodecBinary struct{}
		bits.go#L92: func (encodePlanBitsCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {